home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 6_functions / igetmatches < prev    next >
Encoding:
Text File  |  2002-10-28  |  508 b   |  17 lines

  1. Synopsis:
  2.    $igetmatches(<array> <pattern>)
  3.    $igetrmatches(<array> <string>)
  4.  
  5. Technical:
  6.    This functions operate in a manner similar to $getmatches() and
  7.    $getrmatches(), except that they return an index number (in alphabetical
  8.    order) of the array members rather than the item numbers.
  9.  
  10. Returns:
  11.    space-separated list of array index numbers corresponding to matches
  12.  
  13. See Also:
  14.    Arrays(7); matchitem(6); rmatchitem(6); getmatches(6);
  15.    getrmatches(6); gettmatch(6)
  16.  
  17.